ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataTree.Scope<T> Class / DataTree.Scope<T> Constructor / DataTree.Scope<T> Constructor(T[],Int32)

In This Topic
    DataTree.Scope<T> Constructor(T[],Int32)
    In This Topic
    Creates new DataTree.Scope<T> instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal values() As T, _
       Optional ByVal id As Integer _
    )
    public DataTree.Scope<T>( 
       T[] values,
       int id
    )

    Parameters

    values
    id
    See Also